.header {
    background: unset;
}

.header .nav li a {
    color: #FFFFFF;
}

.header .header_right .search_btn img {
    filter: grayscale(1) brightness(10);
}

.header .header_right .lan {
    color: #FFFFFF;
}

.header .header_right .menu span {
    background: #FFFFFF;
}

.index_banner {
    width: 100vw;
    height: 100vh;
}

.index_banner .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.index_banner .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.index_banner .swiper-wrapper .swiper-slide .img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner .swiper-wrapper .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_banner .swiper-wrapper .swiper-slide .text h5 {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
}

.index_banner .swiper-wrapper .swiper-slide .text h3 {
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    margin: 30px 0 50px;
    opacity: 0;
    transform: translateY(20px);
}

.index_banner .swiper-wrapper .swiper-slide .text .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 54px;
    background: #FFFFFF;
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect p {
    font-weight: 500;
    font-size: 16px;
    color: #014099;
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect .sq {
    width: 11px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 8px;
    transition: 0.6s;
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect .sq span {
    width: 100%;
    height: 1px;
    background: #014099;
    position: absolute;
    transition: 0.6s;
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect .sq span:nth-child(2) {
    transform: rotate(90deg);
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect:hover .sq {
    transform: rotate(180deg);
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .play {
    background: #014099;
    margin-right: 20px;
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .play p {
    color: #FFFFFF;
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .play .sq {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .play .sq span {
    width: 4px;
    height: 6px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .play:hover .sq {
    transform: rotate(0);
    background: #FFFFFF;
}

.index_banner .swiper-wrapper .swiper-slide .text .btns .play:hover .sq span {
    background: #014099;
}

.index_banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h5, .index_banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h3, .index_banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .btns {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.index_banner .swiper-wrapper .swiper-slide.swiper-slide-active .text h3 {
    transition-delay: 0.1s;
}

.index_banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .btns {
    transition-delay: 0.2s;
}

.index_banner .swiper-pagination {
    width: fit-content;
    height: fit-content;
    right: 48px;
    top: 50%;
    left: unset;
    bottom: unset;
    transform: translateY(-50%);
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0);
    background: unset;
    position: relative;
    opacity: 1;
    margin: 11px 0;
    transition: 0.6s;
}

.index_banner .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #EAEBEE;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.6s;
}

.index_banner .swiper-pagination .swiper-pagination-bullet:hover:after {
    opacity: 1;
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
}

.index_banner .swiper-line {
    position: absolute;
    top: 0;
    right: 130px;
    width: 1px;
    height: 100vh;
    background: rgba(234, 235, 238, 0.3);
    z-index: 10;
}

.index_banner .swiper-line span {
    display: block;
    width: 1px;
    height: 100vh;
    background: #FFFFFF;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 5s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.index_banner .swiper-line span:nth-child(1) {
    transition: transform 32s;
}

.index_banner .swiper-line span.on {
    transform: scaleY(1);
    opacity: 1;
}

.index_banner .scroll_btn {
    position: absolute;
    bottom: 187px;
    right: 104px;
    z-index: 15;
}

.index_banner .scroll_btn .btn {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: 0.6s;
}

.index_banner .scroll_btn .btn .sq {
    width: 11px;
    height: 7px;
    background: #003E8D;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: 0.6s;
}

.index_banner .scroll_btn .btn:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
    animation-delay: 1.5s;
    transition: 0.6s;
}

.index_banner .scroll_btn .btn:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
    transition: 0.6s;
}

.index_banner .scroll_btn .btn:hover {
    background: #003E8D;
}

.index_banner .scroll_btn .btn:hover .sq {
    background: #FFFFFF;
}

.index_banner .scroll_btn .btn:hover:after, .index_banner .scroll_btn .btn:hover:before {
    background: #003E8D;
}

.index_banner .scroll_btn p {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 72px;
    opacity: 0.2;
    transform: rotate(90deg) translateX(-50%);
    text-transform: uppercase;
    position: absolute;
    right: -67px;
    top: 50%;
}

.sec1 {
    padding: 118px 0 210px;
}

.sec1 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 113px;
}

.sec1 .wrap .title .l {
    width: 564px;
}

.sec1 .wrap .title .l h5 {
    font-weight: bold;
    font-size: 20px;
    color: #003E8D;
    margin: 0 0 50px;
}

.sec1 .wrap .title .l h3 {
    font-weight: 600;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 60px;
}

.sec1 .wrap .title .r {
    width: 990px;
    padding: 88px 0 0;
}

.sec1 .wrap .title .r .text {
    margin: 0 0 35px;
}

.sec1 .wrap .title .r .text p {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.sec1 .wrap .title .r .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 48px;
    border-radius: 2px;
    border: 1px solid rgba(51, 51, 51, 0.7);
    transition: 0.6s;
}

.sec1 .wrap .title .r .more a p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.7);
    margin-right: 10px;
    transition: 0.6s;
}

.sec1 .wrap .title .r .more a .sq {
    width: 11px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec1 .wrap .title .r .more a .sq span {
    width: 100%;
    height: 1px;
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    transition: 0.6s;
}

.sec1 .wrap .title .r .more a .sq span:nth-child(2) {
    transform: rotate(90deg);
}

.sec1 .wrap .title .r .more a:hover {
    border: 1px solid #003E8D;
    background: #003E8D;
}

.sec1 .wrap .title .r .more a:hover p {
    color: #FFFFFF;
}

.sec1 .wrap .title .r .more a:hover .sq span {
    background: #FFFFFF;
}

.sec1 .wrap .flex {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .flex .numList {
    width: 564px;
}

.sec1 .wrap .flex .numList .num_item {
    padding: 20px 0 0;
    border-top: 1px solid #E8E8E8;
    width: 100%;
    position: relative;
}

.sec1 .wrap .flex .numList .num_item .num_item_flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

.sec1 .wrap .flex .numList .num_item .num_item_flex .num {
    display: flex;
}

.sec1 .wrap .flex .numList .num_item .num_item_flex .num .count-item {
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 76px;
    color: #003E8D;
    line-height: 1;
}

.sec1 .wrap .flex .numList .num_item .num_item_flex .num span {
    font-family: 'Gilroy';
    font-weight: bold;
    font-size: 32px;
    color: #003E8D;
    line-height: 28px;
}

.sec1 .wrap .flex .numList .num_item .num_item_flex .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
}

.sec1 .wrap .flex .numList .num_item h5 {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
}

.sec1 .wrap .flex .numList .num_item:not(:nth-last-child(1)) {
    margin-bottom: 68px;
}

.sec1 .wrap .flex .numList .num_item:after {
    content: "";
    width: 145px;
    height: 1px;
    background: #003E8D;
    position: absolute;
    top: -1px;
    left: 0;
    transition: 1s;
}

.sec1 .wrap .flex .numList .num_item:hover:after {
    width: 100%;
}

.sec1 .wrap .flex .img {
    width: 990px;
    overflow: hidden;
}

.sec1 .wrap .flex .img img {
    transition: 3s;
}

.sec1 .wrap .flex .img:hover img {
    transform: scale(1.1);
}

.sec2 {
    width: 100vw;
    height: 100vh;
    position: relative;
}

.sec2 .sec2_swiper {
    width: 100%;
    height: 100%;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 100%;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text {
    position: absolute;
    top: 254px;
    left: calc((100vw - 1660px) / 2);
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text h5 {
    font-weight: bold;
    font-size: 42px;
    color: #111111;
    opacity: 0;
    transform: translateY(20px);
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text > p {
    width: 413px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin: 50px 0 65px;
    opacity: 0;
    transform: translateY(20px);
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more {
    opacity: 0;
    transform: translateY(20px);
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 28px;
    border: 1px solid #333333;
    width: fit-content;
    transition: 0.6s;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    transition: 0.6s;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a .sq {
    width: 11px;
    height: 11px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a .sq span {
    width: 100%;
    height: 1px;
    background: #333333;
    position: absolute;
    transition: 0.6s;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a .sq span:nth-child(2) {
    transform: rotate(90deg);
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a:hover {
    background: #003E8D;
    border: 1px solid #003E8D;
}
.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a:hover p {
    color: #FFFFFF;
}
.sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a:hover .sq span {
    background: #FFFFFF;
}
.sec2 .sec2_swiper .swiper-wrapper .swiper-slide-active .text h5, .sec2 .sec2_swiper .swiper-wrapper .swiper-slide-active .text > p, .sec2 .sec2_swiper .swiper-wrapper .swiper-slide-active .text .more {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide-active .text > p {
    transition-delay: 0.1s;
}

.sec2 .sec2_swiper .swiper-wrapper .swiper-slide-active .text .more {
    transition-delay: 0.2s;
}

.sec2 .swiper_control {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 87px;
    z-index: 10;
    width: 1660px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.4);
}

.sec2 .swiper_control .line {
    width: 61px;
    height: 2px;
    background: #003E8D;
    border-radius: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 0.6s;
}

.sec2 .swiper_control .flex {
    display: flex;
    align-items: center;
}

.sec2 .swiper_control .flex .item {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-right: 100px;
    cursor: pointer;
    transition: 0.6s;
}

.sec2 .swiper_control .flex .item:hover {
    color: #003E8D;
}

.sec2 .swiper_control .flex .item.on {
    color: #003E8D;
}

.sec3 {
    padding: 124px 0 164px;
}

.sec3 .wrap {
    width: 1660px;
    margin: 0 auto;
}

.sec3 .wrap .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 72px;
}

.sec3 .wrap .title .l h3 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 20px;
}

.sec3 .wrap .title .l p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.sec3 .wrap .title .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 48px;
    border-radius: 2px;
    border: 1px solid rgba(0, 62, 141, 0.7);
    transition: 0.6s;
    padding: 0 29px;
}

.sec3 .wrap .title .more a p {
    font-weight: 400;
    font-size: 16px;
    color: #003E8D;
    margin-right: 10px;
    transition: 0.6s;
}

.sec3 .wrap .title .more a .sq {
    width: 11px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec3 .wrap .title .more a .sq span {
    width: 100%;
    height: 1px;
    background: #003E8D;
    position: absolute;
    transition: 0.6s;
}

.sec3 .wrap .title .more a .sq span:nth-child(2) {
    transform: rotate(90deg);
}

.sec3 .wrap .title .more a:hover {
    border: 1px solid #003E8D;
    background: #003E8D;
}

.sec3 .wrap .title .more a:hover p {
    color: #FFFFFF;
}

.sec3 .wrap .title .more a:hover .sq span {
    background: #FFFFFF;
}

.sec3 .wrap .swiper_box {
    position: relative;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item {
    display: block;
    position: relative;
    padding-bottom: 15px;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #003E8D;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    bottom: 0px;
    transition: 1s;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item .img {
    width: 100%;
    height: 330px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 44px;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item .time {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 0 0 15px;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item h4 {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 40px;
    transition: 0.6s;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item .item_more {
    display: flex;
    align-items: center;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item .item_more p {
    font-weight: 400;
    font-size: 16px;
    color: #003E8D;
    margin-right: 6px;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item .item_more .iconfont {
    font-size: 10px;
    color: #003E8D;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:hover .img img {
    transform: scale(1.1);
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:hover h4 {
    color: #003E8D;
}

.sec3 .wrap .swiper_box .swiper .swiper-slide .item:hover:after {
    transform: scaleX(1);
}

.sec3 .wrap .swiper_box .btns {
    position: absolute;
    width: 1836px;
    top: 136px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}

.sec3 .wrap .swiper_box .btns .iconfont {
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 1px 4px 1px 0px rgba(17, 18, 20, 0.08);
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #003E8D;
    transition: 0.6s;
}

.sec3 .wrap .swiper_box .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    box-shadow: 1px -4px 1px 0px rgba(17, 18, 20, 0.08);
}

.sec3 .wrap .swiper_box .btns .iconfont:hover {
    background: #003E8D;
    color: #FFFFFF;
}

.footer .footer_top {
    display: none;
}

@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

.load {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 99999;
}

.load .load_box {
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
}

.load .load_box .overlay-nav_path {
    fill: #014099;
}

.load .load_logo {
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}

.load .load_logo img:nth-child(2) {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(100% 0% 0% 0%);
}

.load .load_num {
    position: absolute;
    width: 1px;
    height: 100vh;
    background: rgba(234, 235, 238, 0.2);
    top: 0;
    right: 130px;
    transition: 0.4s;
}

.load .load_num .line {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.1s;
}

.load .load_num p {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    position: absolute;
    bottom: 50px;
    right: -100px;
}

.load.on .load_logo, .load.on .load_num {
    opacity: 0;
}

.load.acitve {
    pointer-events: none;
}

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 1919px) {
    .index_banner .swiper-wrapper .swiper-slide .text h5 {
        font-size: 1.25vw;
        transform: translateY(1.0416666667vw);
    }

    .index_banner .swiper-wrapper .swiper-slide .text h3 {
        font-size: 2.5vw;
        margin: 1.5625vw 0px 2.6041666667vw;
        transform: translateY(1.0416666667vw);
    }

    .index_banner .swiper-wrapper .swiper-slide .text .btns {
        transform: translateY(1.0416666667vw);
    }

    .index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect {
        width: 9.375vw;
        height: 2.8125vw;
    }

    .index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect p {
        font-size: 0.8333333333vw;
    }

    .index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect .sq {
        width: 0.5729166667vw;
        height: 0.5729166667vw;
        margin-left: 0.4166666667vw;
    }

    .index_banner .swiper-wrapper .swiper-slide .text .btns .play {
        margin-right: 1.0416666667vw;
    }

    .index_banner .swiper-wrapper .swiper-slide .text .btns .play .sq {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }

    .index_banner .swiper-wrapper .swiper-slide .text .btns .play .sq span {
        width: 0.2083333333vw;
        height: 0.3125vw;
    }

    .index_banner .swiper-pagination {
        right: 2.5vw;
    }

    .index_banner .swiper-pagination .swiper-pagination-bullet {
        width: 1.71875vw;
        height: 1.71875vw;
        margin: 0.5729166667vw 0px;
    }

    .index_banner .swiper-pagination .swiper-pagination-bullet::after {
        width: 0.3645833333vw;
        height: 0.3645833333vw;
    }

    .index_banner .swiper-line {
        right: 6.7708333333vw;
    }

    .index_banner .scroll_btn {
        bottom: 9.7395833333vw;
        right: 5.4166666667vw;
    }

    .index_banner .scroll_btn .btn {
        width: 2.7083333333vw;
        height: 2.7083333333vw;
    }

    .index_banner .scroll_btn .btn .sq {
        width: 0.5729166667vw;
        height: 0.3645833333vw;
    }

    .index_banner .scroll_btn p {
        font-size: 0.7291666667vw;
        line-height: 3.75vw;
        right: -3.4895833333vw;
    }

    .sec1 {
        padding: 6.1458333333vw 0px 10.9375vw;
    }

    .sec1 .wrap {
        width: 86.4583333333vw;
    }

    .sec1 .wrap .title {
        margin: 0px 0px 5.8854166667vw;
    }

    .sec1 .wrap .title .l {
        width: 29.375vw;
    }

    .sec1 .wrap .title .l h5 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 2.6041666667vw;
    }

    .sec1 .wrap .title .l h3 {
        font-size: 1.875vw;
        line-height: 3.125vw;
    }

    .sec1 .wrap .title .r {
        width: 51.5625vw;
        padding: 4.5833333333vw 0px 0px;
    }

    .sec1 .wrap .title .r .text {
        margin: 0px 0px 1.8229166667vw;
    }

    .sec1 .wrap .title .r .text p {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }

    .sec1 .wrap .title .r .more a {
        width: 7.5vw;
        height: 2.5vw;
        border-radius: 0.1041666667vw;
    }

    .sec1 .wrap .title .r .more a p {
        font-size: 0.8333333333vw;
        margin-right: 0.5208333333vw;
    }

    .sec1 .wrap .title .r .more a .sq {
        width: 0.5729166667vw;
        height: 0.5729166667vw;
    }

    .sec1 .wrap .flex .numList {
        width: 29.375vw;
    }

    .sec1 .wrap .flex .numList .num_item {
        padding: 1.0416666667vw 0px 0px;
    }

    .sec1 .wrap .flex .numList .num_item .num_item_flex {
        margin: 0px 0px 0.5208333333vw;
    }

    .sec1 .wrap .flex .numList .num_item .num_item_flex .num .count-item {
        font-size: 3.9583333333vw;
    }

    .sec1 .wrap .flex .numList .num_item .num_item_flex .num span {
        font-size: 1.6666666667vw;
        line-height: 1.4583333333vw;
    }

    .sec1 .wrap .flex .numList .num_item .num_item_flex .icon {
        width: 3.3333333333vw;
        height: 3.3333333333vw;
    }

    .sec1 .wrap .flex .numList .num_item h5 {
        font-size: 0.9375vw;
    }

    .sec1 .wrap .flex .numList .num_item:not(:nth-last-child(1)) {
        margin-bottom: 3.5416666667vw;
    }

    .sec1 .wrap .flex .numList .num_item::after {
        width: 7.5520833333vw;
    }

    .sec1 .wrap .flex .img {
        width: 51.5625vw;
    }

    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text {
        top: 13.2291666667vw;
        left: calc(-43.2291666667vw + 50vw);
    }

    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text h5 {
        font-size: 2.1875vw;
        transform: translateY(1.0416666667vw);
    }

    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text > p {
        width: 21.5104166667vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
        margin: 2.6041666667vw 0px 3.3854166667vw;
        transform: translateY(1.0416666667vw);
    }

    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more {
        transform: translateY(1.0416666667vw);
    }

    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a {
        height: 2.6041666667vw;
        padding: 0px 1.4583333333vw;
    }

    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a p {
        font-size: 0.8333333333vw;
        margin-right: 0.5208333333vw;
    }

    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a .sq {
        width: 0.5729166667vw;
        height: 0.5729166667vw;
    }

    .sec2 .swiper_control {
        bottom: 4.53125vw;
        width: 86.4583333333vw;
        padding: 0px 0px 1.0416666667vw;
    }

    .sec2 .swiper_control .line {
        width: 3.1770833333vw;
        height: 0.1041666667vw;
    }

    .sec2 .swiper_control .flex .item {
        font-size: 0.9375vw;
        margin-right: 5.2083333333vw;
    }

    .sec3 {
        padding: 6.4583333333vw 0px 8.5416666667vw;
    }

    .sec3 .wrap {
        width: 86.4583333333vw;
    }

    .sec3 .wrap .title {
        margin: 0px 0px 3.75vw;
    }

    .sec3 .wrap .title .l h3 {
        font-size: 2.1875vw;
        margin: 0px 0px 1.0416666667vw;
    }

    .sec3 .wrap .title .l p {
        font-size: 0.9375vw;
    }

    .sec3 .wrap .title .more a {
        height: 2.5vw;
        border-radius: 0.1041666667vw;
        padding: 0px 1.5104166667vw;
    }

    .sec3 .wrap .title .more a p {
        font-size: 0.8333333333vw;
        margin-right: 0.5208333333vw;
    }

    .sec3 .wrap .title .more a .sq {
        width: 0.5729166667vw;
        height: 0.5729166667vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item {
        padding-bottom: 0.78125vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .img {
        height: 17.1875vw;
        border-radius: 0.4166666667vw;
        margin: 0px 0px 2.2916666667vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .time {
        font-size: 0.8333333333vw;
        margin: 0px 0px 0.78125vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item h4 {
        font-size: 0.9375vw;
        margin: 0px 0px 2.0833333333vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .item_more p {
        font-size: 0.8333333333vw;
        margin-right: 0.3125vw;
    }

    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .item_more .iconfont {
        font-size: 0.5208333333vw;
    }

    .sec3 .wrap .swiper_box .btns {
        width: 95.625vw;
        top: 7.0833333333vw;
    }

    .sec3 .wrap .swiper_box .btns .iconfont {
        width: 3.0208333333vw;
        height: 3.0208333333vw;
        box-shadow: rgba(17, 18, 20, 0.08) 1px 0.2083333333vw 1px 0px;
        font-size: 0.7291666667vw;
    }

    .sec3 .wrap .swiper_box .btns .iconfont:nth-child(1) {
        box-shadow: rgba(17, 18, 20, 0.08) 1px -0.2083333333vw 1px 0px;
    }

    .load .load_logo {
        width: 7.2916666667vw;
    }

    .load .load_num {
        right: 6.7708333333vw;
    }

    .load .load_num p {
        font-size: 1.6666666667vw;
        bottom: 2.6041666667vw;
        right: -5.2083333333vw;
    }
}
@media screen and (max-width: 1024px) {
    .index_banner .swiper-wrapper .swiper-slide .text h5 {
        font-size: 18px;
    }
    .index_banner .swiper-wrapper .swiper-slide .text h3 {
        font-size: 24px;
        margin: 25px 0 40px;
    }
    .index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect .sq {
        width: 14px;
        height: 14px;
    }
    .index_banner .swiper-wrapper .swiper-slide .text .btns .play .sq span {
        width: 4px;
        height: 6px;
    }
    .index_banner .swiper-wrapper .swiper-slide .text .btns {
        width: fit-content;
        margin: 0 auto;
    }
    .index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect p {
        font-size: 14px;
        margin-right: 5px;
    }
    .index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect {
        width: 140px;
        height: 44px;
        margin: 0 10px !important;
    }
    .index_banner .swiper-line,.index_banner .scroll_btn {
        display: none;
    }
    .index_banner .swiper-wrapper .swiper-slide .img {
        filter: brightness(0.8);
    }
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 {
        padding: 60px 0 80px;
    }
    .sec1 .wrap .title {
        display: block;
    }
    .sec1 .wrap .title .l {
        width: 100%;
    }
    .sec1 .wrap .title .r {
        width: 100%;
    }
    .sec1 .wrap .title .l h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sec1 .wrap .title .l h3 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .sec1 .wrap .title .r {
        padding: 0;
    }
    .sec1 .wrap .title .r .text {
        margin-bottom: 40px;
    }
    .sec1 .wrap .title .r .text p {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .wrap .title .r .more a {
        width: 120px;
        height: 42px;
        border-radius: 2px;
    }
    .sec1 .wrap .title .r .more a p {
        font-size: 14px;
        margin-right: 8px;
    }
    .sec1 .wrap .title .r .more a .sq {
        width: 11px;
        height: 11px;
    }
    .sec1 .wrap .flex {
        display: block;
    }
    .sec1 .wrap .title {
        margin-bottom: 40px;
    }
    .sec1 .wrap .flex .numList,.sec1 .wrap .flex .img {
        width: 100%;
    }
    .sec1 .wrap .flex .numList .num_item .num_item_flex .num .count-item {
        font-size: 40px;
    }
    .sec1 .wrap .flex .numList .num_item .num_item_flex .num span {
        font-size: 22px;
        line-height: 1;
    }
    .sec1 .wrap .flex .numList .num_item .num_item_flex {
        margin-bottom: 20px;
    }
    .sec1 .wrap .flex .numList .num_item:not(:nth-last-child(1)) {
        margin-bottom: 30px;
    }
    .sec1 .wrap .flex .numList .num_item::after {
        width: 80px;
    }
    .sec1 .wrap .flex .numList .num_item {
        padding: 20px 0 0;
    }
    .sec1 .wrap .flex .numList .num_item h5 {
        font-size: 16px;
    }
    .sec1 .wrap .flex .numList .num_item .num_item_flex .icon {
        width: 40px;
        height: 40px;
    }
    .sec1 .wrap .flex .img {
        margin-top: 40px;
    }
    .sec2 {
        padding: 0 5vw;
        height: unset;
    }
    .sec2 .swiper_control {
        position: relative;
        transform: unset;
        bottom: unset;
        left: unset;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        padding: 0px 0 12px;
    }

    .sec2 .swiper_control .flex {
        justify-content: space-between;
        width: 100%;
    }
    .sec2 .swiper_control .flex .item {
        font-size: 16px;
        color: #111111;
        margin-right: 0;
    }
    .sec2 .swiper_control .line {
        display: none;
    }
    .sec2 .sec2_swiper {
        padding: 0 0 10px;
    }
    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text > p {
        width: 14px;
        line-height: 1.4;
    }
    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text {
        position: unset;
        width: 100%;
        margin: 30px 0 0;
    }
    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a {
        height: 40px;
        padding: 0 16px;
        border: 1px solid #ccc;
    }
    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a p {
        font-size: 14px;
        color: #333;
        margin-right: 5px;
    }
    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a .sq {
        width: 8px;
        height: 8px;
    }
    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text .more a .sq span {
        background: #333333;
    }
    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text h5 {
        font-size: 18px;
        color: #111111;
    }
    .sec2 .sec2_swiper .swiper-wrapper .swiper-slide .text > p {
        font-size: 16px;
        line-height: 1.4;
        color: #333;
        width: 100%;
        margin: 15px 0 20px;
        transform: unset;
    }
    .sec3 {
        padding: 60px 0 80px;
    }
    .sec3 .wrap {
        width: 90%;
    }
    .sec3 .wrap .title {
        display: block;
        margin-bottom: 40px;
    }
    .sec3 .wrap .title .l h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sec3 .wrap .title .l p {
        font-size: 16px;
    }
    .sec3 .wrap .title .l {
        margin-bottom: 20px;
    }
    .sec3 .wrap .title .more a {
        height: 40px;
        border-radius: 2px;
        padding: 0 22px;
    }
    .sec3 .wrap .title .more a p {
        font-size: 14px;
        margin-right: 8px;
    }
    .sec3 .wrap .title .more a .sq {
        width: 8px;
        height: 8px;
    }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .img {
        height: 55vw;
        border-radius: 6px;
        margin-bottom: 20px;
    }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .time {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .item h4 {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
        white-space: unset;
        overflow: unset;
        text-overflow: unset;
    }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .item_more p {
        font-size: 14px;
        margin-right: 5px;
    }
    .sec3 .wrap .swiper_box .swiper .swiper-slide .item .item_more .iconfont {
        font-size: 12px;
    }
    .sec3 .wrap .swiper_box .btns {
        width: fit-content;
        top: -80px;
        right: 0;
        left: unset;
        transform: unset;
    }
    .sec3 .wrap .swiper_box .btns .iconfont {
        width: 40px;
        height: 40px;
        font-size: 14px;
        border: 1px solid #003E8D;
        box-shadow: unset !important;
    }
    .sec3 .wrap .swiper_box .btns .iconfont:nth-child(1) {
        margin-right: 10px;
    }
    .load .load_logo {
        width: 80px;
    }
    .load .load_num {
        width: 100%;
        height: 1px;
        right: 0;
        top: unset;
        bottom: 50px;
    }
    .load .load_num p {
        font-size: 18px;
        bottom: 14px;
        right: 5vw;
    }
    .load .load_num .line {
        transform: scaleX(0);
        transform-origin: left;
    }
    .index_banner .swiper-wrapper .swiper-slide .text .btns .text_effect:nth-child(2) .sq {
        width: 10px;
        height: 10px;
    }
    .index_banner .swiper-wrapper .swiper-slide .text {
        width: 90%;
    }
    .index_banner .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        right: unset;
        width: 100%;
        bottom: 20px;
        transform: unset;
        top: unset;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        margin: 0 5px;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet::after {
        width: 4px;
        height: 4px;
    }
}
